3.3.53 \(\int \frac {1}{(f+g x) (a h+b h x) (A+B \log (e (a+b x)^n (c+d x)^{-n}))} \, dx\) [253]

Optimal. Leaf size=82 \[ \text {Subst}\left (\text {Int}\left (\frac {1}{(f+g x) (a h+b h x) \left (A+B \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )\right )},x\right ),e \left (\frac {a+b x}{c+d x}\right )^n,e (a+b x)^n (c+d x)^{-n}\right ) \]

[Out]

_eval(Unintegrable(1/(g*x+f)/(b*h*x+a*h)/(A+B*ln(e*((b*x+a)/(d*x+c))^n)),x),e*((b*x+a)/(d*x+c))^n = e*(b*x+a)^
n/((d*x+c)^n))

________________________________________________________________________________________

Rubi [A]
time = 0.16, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {1}{(f+g x) (a h+b h x) \left (A+B \log \left (e (a+b x)^n (c+d x)^{-n}\right )\right )} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[1/((f + g*x)*(a*h + b*h*x)*(A + B*Log[(e*(a + b*x)^n)/(c + d*x)^n])),x]

[Out]

Defer[Subst][Defer[Int][1/((f + g*x)*(a*h + b*h*x)*(A + B*Log[e*((a + b*x)/(c + d*x))^n])), x], e*((a + b*x)/(
c + d*x))^n, (e*(a + b*x)^n)/(c + d*x)^n]

Rubi steps

\begin {align*} \int \frac {1}{(f+g x) (a h+b h x) \left (A+B \log \left (e (a+b x)^n (c+d x)^{-n}\right )\right )} \, dx &=\int \left (\frac {b}{(b f-a g) h (a+b x) \left (A+B \log \left (e (a+b x)^n (c+d x)^{-n}\right )\right )}-\frac {g}{(b f-a g) h (f+g x) \left (A+B \log \left (e (a+b x)^n (c+d x)^{-n}\right )\right )}\right ) \, dx\\ &=\frac {b \int \frac {1}{(a+b x) \left (A+B \log \left (e (a+b x)^n (c+d x)^{-n}\right )\right )} \, dx}{(b f-a g) h}-\frac {g \int \frac {1}{(f+g x) \left (A+B \log \left (e (a+b x)^n (c+d x)^{-n}\right )\right )} \, dx}{(b f-a g) h}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.08, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{(f+g x) (a h+b h x) \left (A+B \log \left (e (a+b x)^n (c+d x)^{-n}\right )\right )} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[1/((f + g*x)*(a*h + b*h*x)*(A + B*Log[(e*(a + b*x)^n)/(c + d*x)^n])),x]

[Out]

Integrate[1/((f + g*x)*(a*h + b*h*x)*(A + B*Log[(e*(a + b*x)^n)/(c + d*x)^n])), x]

________________________________________________________________________________________

Maple [A]
time = 0.22, size = 0, normalized size = 0.00 \[\int \frac {1}{\left (g x +f \right ) \left (b h x +a h \right ) \left (A +B \ln \left (e \left (b x +a \right )^{n} \left (d x +c \right )^{-n}\right )\right )}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(g*x+f)/(b*h*x+a*h)/(A+B*ln(e*(b*x+a)^n/((d*x+c)^n))),x)

[Out]

int(1/(g*x+f)/(b*h*x+a*h)/(A+B*ln(e*(b*x+a)^n/((d*x+c)^n))),x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(g*x+f)/(b*h*x+a*h)/(A+B*log(e*(b*x+a)^n/((d*x+c)^n))),x, algorithm="maxima")

[Out]

integrate(1/((b*h*x + a*h)*(g*x + f)*(B*log((b*x + a)^n*e/(d*x + c)^n) + A)), x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(g*x+f)/(b*h*x+a*h)/(A+B*log(e*(b*x+a)^n/((d*x+c)^n))),x, algorithm="fricas")

[Out]

integral(1/(A*b*g*h*x^2 + A*a*f*h + (A*b*f + A*a*g)*h*x + (B*b*g*h*x^2 + B*a*f*h + (B*b*f + B*a*g)*h*x)*log((b
*x + a)^n*e/(d*x + c)^n)), x)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(g*x+f)/(b*h*x+a*h)/(A+B*ln(e*(b*x+a)**n/((d*x+c)**n))),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(g*x+f)/(b*h*x+a*h)/(A+B*log(e*(b*x+a)^n/((d*x+c)^n))),x, algorithm="giac")

[Out]

integrate(1/((b*h*x + a*h)*(g*x + f)*(B*log((b*x + a)^n*e/(d*x + c)^n) + A)), x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {1}{\left (f+g\,x\right )\,\left (a\,h+b\,h\,x\right )\,\left (A+B\,\ln \left (\frac {e\,{\left (a+b\,x\right )}^n}{{\left (c+d\,x\right )}^n}\right )\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((f + g*x)*(a*h + b*h*x)*(A + B*log((e*(a + b*x)^n)/(c + d*x)^n))),x)

[Out]

int(1/((f + g*x)*(a*h + b*h*x)*(A + B*log((e*(a + b*x)^n)/(c + d*x)^n))), x)

________________________________________________________________________________________